projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4a3c0a6
684790f
)
Auto merge of #3827 - alexcrichton:warnings-v2, r=matklad
author
bors
<bors@rust-lang.org>
Mon, 13 Mar 2017 22:21:16 +0000
(22:21 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 13 Mar 2017 22:21:16 +0000
(22:21 +0000)
Cap lints for upstream deps with `-vv`
Previously with `-vv` Cargo didn't pass `--cap-lints` at all, but with upstream
dependencies we still want to pass at least `--cap-lints warn` to make sure that
they're all still compiling.
Closes #3823
Trivial merge